home *** CD-ROM | disk | FTP | other *** search
- Path: erich.triumf.ca!bennett
- From: bennett@erich.triumf.ca (P.Bennett)
- Newsgroups: comp.lang.c
- Subject: Re: In which library is system/exec? ?
- Date: 18 Apr 1996 08:04 PST
- Organization: TRIUMF: Tri-University Meson Facility
- Distribution: world
- Message-ID: <18APR199608044429@erich.triumf.ca>
- References: <4l5gpe$mma@trumpet.uni-mannheim.de>
- NNTP-Posting-Host: erich.triumf.ca
- News-Software: VAX/VMS VNEWS 1.50
-
- In article <4l5gpe$mma@trumpet.uni-mannheim.de>, robo@rumpelkammer.uni-mannheim.de (Robert Braeutigam) writes...
-
- >We use the same header files (stdlib.h, process.h and so on).
- >The problem is that some completely normal C keywords (like printf, system
- >and exec) cannot be resolved by the linker. We aren't even in the position
- >to compile an example program from the help text.
- >
- >We are using Microsoft VisualC/C++ 1.52. Can anybody tell us the right
- >compiler/linker-switches ? Does it have something to do with /NOE or /NOD ?
-
-
- Are you compiling for DOS or Windows??
-
- I suspect that printf() and system() may not be available under Windows -check
- the compiler's library reference to see if these functions are listed, and if
- they have any limitations on use.
-
- Peter Bennett VE7CEI | Vessels shall be deemed to be in sight
- Internet: bennett@triumf.ca | of one another only when one can be
- Packet: ve7cei@ve7kit.#vanc.bc.ca | observed visually from the other
- TRIUMF, Vancouver, B.C., Canada | ColRegs 3(k)
- GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
- or: ftp://ftp-i2.informatik.rwth-aachen.de/pub/arnd/GPS/peter/index.html
- or: http:://vancouver-webpages.com/peter/index.html
-
-
-
-
-